74 WDT_A_hold(WDT_A_BASE);
91 GPIO_setAsPeripheralModuleFunctionOutputPin(
97 SFR_clearInterrupt(SFR_OSCILLATOR_FAULT_INTERRUPT);
98 SFR_enableInterrupt(SFR_OSCILLATOR_FAULT_INTERRUPT);
101 __bis_SR_register(GIE);
106 __bis_SR_register(LPM3_bits);
112 #if defined(__TI_COMPILER_VERSION__) || defined(__IAR_SYSTEMS_ICC__)
113 #pragma vector=UNMI_VECTOR
115 #elif defined(__GNUC__)
116 __attribute__((interrupt(UNMI_VECTOR)))
123 status = UCS_clearAllOscFlagsWithTimeout(1000);